You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > Round Method > TMtxVec.Round Method (int[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.Round Method (int[])

Rounds the calling object elements to 4 byte integers.

Syntax
C#
Visual Basic
public TMtxVec Round(ref int[] Dst);

Stores the result in the Dst array. The size of the Dst array is set automatically. If the complex property is True then the length of the array will be equal to Self.Length*2.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!